From f7578a73b0318e59bc0f6fb67fcc2ed22e3d7014 Mon Sep 17 00:00:00 2001 From: robertl Date: Thu, 8 Jan 2004 03:15:01 +0000 Subject: [PATCH] Remove extraneous (and one non-such) inclusions of unistd.h. --- gpsbabel/coldsync/pdb.c | 3 +-- gpsbabel/csv_util.c | 1 - gpsbabel/delgpl.c | 2 -- gpsbabel/jeeps/gpsapp.c | 1 - gpsbabel/jeeps/gpsread.c | 1 - gpsbabel/jeeps/gpssend.c | 1 - gpsbabel/magproto.c | 2 +- 7 files changed, 2 insertions(+), 9 deletions(-) diff --git a/gpsbabel/coldsync/pdb.c b/gpsbabel/coldsync/pdb.c index 1d1b85980..5d3f49220 100644 --- a/gpsbabel/coldsync/pdb.c +++ b/gpsbabel/coldsync/pdb.c @@ -6,7 +6,7 @@ * You may distribute this file under the terms of the Artistic * License, as specified in the README file. * - * $Id: pdb.c,v 1.2 2002-08-24 03:00:59 robertl Exp $ + * $Id: pdb.c,v 1.3 2004-01-08 03:15:00 robertl Exp $ */ /* XXX - The way zero-length records are handled is a bit of a kludge. They * shouldn't normally exist, with the exception of expunged records. But, @@ -26,7 +26,6 @@ #include #include /* For open() */ #include -#include #include #include diff --git a/gpsbabel/csv_util.c b/gpsbabel/csv_util.c index c5786dfaf..f50717445 100644 --- a/gpsbabel/csv_util.c +++ b/gpsbabel/csv_util.c @@ -20,7 +20,6 @@ */ #include -#include #include "defs.h" #include "csv_util.h" diff --git a/gpsbabel/delgpl.c b/gpsbabel/delgpl.c index 80077f74f..e6d5999ba 100644 --- a/gpsbabel/delgpl.c +++ b/gpsbabel/delgpl.c @@ -22,10 +22,8 @@ #include #include #include -#include #include "defs.h" -// #include "magellan.h" #define MYNAME "GPL" diff --git a/gpsbabel/jeeps/gpsapp.c b/gpsbabel/jeeps/gpsapp.c index 805ca0b09..6fff83157 100644 --- a/gpsbabel/jeeps/gpsapp.c +++ b/gpsbabel/jeeps/gpsapp.c @@ -26,7 +26,6 @@ #include #include #include -#include static int32 GPS_A000(const char *port); diff --git a/gpsbabel/jeeps/gpsread.c b/gpsbabel/jeeps/gpsread.c index 04e87c826..a2b82dbb4 100644 --- a/gpsbabel/jeeps/gpsread.c +++ b/gpsbabel/jeeps/gpsread.c @@ -26,7 +26,6 @@ #include #include #include -#include /* @func GPS_Time_Now *********************************************** diff --git a/gpsbabel/jeeps/gpssend.c b/gpsbabel/jeeps/gpssend.c index 59370b5c1..bf7ad86f0 100644 --- a/gpsbabel/jeeps/gpssend.c +++ b/gpsbabel/jeeps/gpssend.c @@ -23,7 +23,6 @@ ********************************************************************/ #include "gps.h" #include -#include #include diff --git a/gpsbabel/magproto.c b/gpsbabel/magproto.c index b6d4288c8..d07e936d8 100644 --- a/gpsbabel/magproto.c +++ b/gpsbabel/magproto.c @@ -22,7 +22,6 @@ #include #include #include -#include #include "defs.h" #include "magellan.h" @@ -611,6 +610,7 @@ termdeinit() #else #include +#include speed_t mkspeed(unsigned br) -- 2.30.2